home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000018_hvanclee@nyx.net_Thu Oct 17 09:58:48 EDT 2002.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  62 lines

  1. Article: 13781 of comp.protocols.kermit.misc
  2. Newsgroups: comp.protocols.kermit.misc
  3. Subject: Re: Problems transferring over ppp connection
  4. References: <1034801647.495773@irys.nyx.net> <aokm12$7lv$1@watsol.cc.columbia.edu>
  5. Organization: Nyx, Spirit of the Night
  6. X-Newsreader: trn 4.0-test76 (Apr 2, 2001)
  7. From: hvanclee@nyx.net (Henry van Cleef)
  8. Originator: hvanclee@nyx.net (Henry van Cleef)
  9. Message-ID: <1034815854.830840@irys.nyx.net>
  10. Cache-Post-Path: irys.nyx.net!unknown@nyx3.nyx.net
  11. X-Cache: nntpcache 2.3.3 (see http://www.nntpcache.org/)
  12. NNTP-Posting-Host: 206.124.29.6
  13. Date: 16 Oct 2002 18:50:02 -0600
  14. X-Trace: omega.dimensional.com 1034815802 206.124.29.6 (16 Oct 2002 18:50:02 -0600)
  15. Lines: 43
  16. Path: newsmaster.cc.columbia.edu!newsfeed.nyu.edu!news.maxwell.syr.edu!newsfeed.stanford.edu!paloalto-snf1.gtei.net!news.gtei.net!dimensional.com!pulsar.dimensional.com!omega.dimensional.com!not-for-mail
  17. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13781
  18.  
  19. In article <aokm12$7lv$1@watsol.cc.columbia.edu>,
  20. Frank da Cruz <fdc@columbia.edu> wrote:
  21. >In article <1034801647.495773@irys.nyx.net>,
  22. >Henry van Cleef <hvanclee@nyx.net> wrote:
  23. >: 
  24. >: The TCP/IP connection uses STREAMING, and I suspect that my problem
  25. >: lies in the fact that it's much faster than my modem setup can handle.
  26. >: What's the proper way to deal with this.
  27. >:
  28. >The culprit is most likely a lack of effective flow control.
  29. >
  30. Thanks for the quick response, giving me an idea where to look.
  31.  
  32. >: crtscts
  33. >:
  34. >Presumably "crtscts" sets hardware flow in the PPP driver.  But how do we
  35. >know it is also being set in the modem?  When Kermit does the dialing, it
  36. >proactively sets the modem for hardware flow control (unless you told it
  37. >not to).  When PPP does the dialing, who knows.  Maybe the modem's powerup
  38. >or reset state does not include RTS/CTS.  Can you watch the "chat script"
  39. >between the PPP driver and your modem?  Compare it with Kermit dialing
  40. >with "set dial display on".
  41. >
  42. Interesting.  I stole the Kermit initialization string for the ppp
  43. dialer, but will have to double-check that I got the whole thing.  
  44. I have the specific manual for the modem that gives all the control
  45. register information, so will double check against that as well.
  46. Also have a light box on the modem serial line, so can see if the
  47. signals are being toggled properly.  
  48.  
  49. >Do you call the same number for shell login and PPP login?  If not, maybe
  50. >there is also a problem on remote end between the answering modem and the
  51. >terminal server.  If it IS the same number, the problem is almost certainly
  52. >between the PPP driver, the serial-port driver, and the calling modem.
  53. >
  54. Yes, it is the same Portmaster and modem bank.  I'm not sure that I
  55. trust the ppp setup at that end, but I have the docs for that end and
  56. can look at the configuration files on the Radius server (I'm an admin
  57. on the target system, so essentially "own both ends."
  58.  
  59. Hank
  60.  
  61.  
  62.